home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Online / Apache / include / apache / compat.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-06  |  177 b   |  10 lines

  1. /*
  2.  *  compat.h -- backward compatibility header for ap_compat.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_compat.h instead"
  7. #endif
  8.  
  9. #include "ap_compat.h"
  10.